Clean whitespace
authorCarlos Liam <carlos@aarzee.me>
Tue, 6 Oct 2015 17:15:40 +0000 (13:15 -0400)
committerCarlos Liam <carlos@aarzee.me>
Tue, 6 Oct 2015 17:15:40 +0000 (13:15 -0400)
Remove leading newlines; replace lines containing only whitespace with
empty lines; replace multiple trailing newlines with a single newline

LICENSE-THIRD-PARTY
Makefile.in
src/bin/fetch.rs
src/bin/new.rs
src/bin/owner.rs
src/bin/rustc.rs
src/bin/yank.rs

index 42db8c192b3118713f480910de36114eff90e093..c9897b96fbe2af43a51bdd0ba587b07e75fabb5c 100644 (file)
@@ -589,7 +589,7 @@ distributions of Cargo:
     that what they have is not the original version, so that the original
     author's reputation will not be affected by problems that might be
     introduced by others.
-    \f
+
       Finally, software patents pose a constant threat to the existence of
     any free program.  We wish to make sure that a company cannot
     effectively restrict the users of a free program by obtaining a
@@ -645,7 +645,7 @@ distributions of Cargo:
     "work based on the library" and a "work that uses the library".  The
     former contains code derived from the library, whereas the latter must
     be combined with the library in order to run.
-    \f
+
                       GNU LESSER GENERAL PUBLIC LICENSE
        TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
@@ -692,7 +692,7 @@ distributions of Cargo:
       You may charge a fee for the physical act of transferring a copy,
     and you may at your option offer warranty protection in exchange for a
     fee.
-    \f
+
       2. You may modify your copy or copies of the Library or any portion
     of it, thus forming a work based on the Library, and copy and
     distribute such modifications or work under the terms of Section 1
@@ -750,7 +750,7 @@ distributions of Cargo:
     ordinary GNU General Public License has appeared, then you can specify
     that version instead if you wish.)  Do not make any other change in
     these notices.
-    \f
+
       Once this change is made in a given copy, it is irreversible for
     that copy, so the ordinary GNU General Public License applies to all
     subsequent copies and derivative works made from that copy.
@@ -801,7 +801,7 @@ distributions of Cargo:
     distribute the object code for the work under the terms of Section 6.
     Any executables containing that work also fall under Section 6,
     whether or not they are linked directly with the Library itself.
-    \f
+
       6. As an exception to the Sections above, you may also combine or
     link a "work that uses the Library" with the Library to produce a
     work containing portions of the Library, and distribute that work
@@ -863,7 +863,7 @@ distributions of Cargo:
     accompany the operating system.  Such a contradiction means you cannot
     use both them and the Library together in an executable that you
     distribute.
-    \f
+
       7. You may place library facilities that are a work based on the
     Library side-by-side in a single library together with other library
     facilities not covered by this License, and distribute such a combined
@@ -904,7 +904,7 @@ distributions of Cargo:
     restrictions on the recipients' exercise of the rights granted herein.
     You are not responsible for enforcing compliance by third parties with
     this License.
-    \f
+
       11. If, as a consequence of a court judgment or allegation of patent
     infringement or for any other reason (not limited to patent issues),
     conditions are imposed on you (whether by court order, agreement or
@@ -956,7 +956,7 @@ distributions of Cargo:
     the Free Software Foundation.  If the Library does not specify a
     license version number, you may choose any version ever published by
     the Free Software Foundation.
-    \f
+
       14. If you wish to incorporate parts of the Library into other free
     programs whose distribution conditions are incompatible with these,
     write to the author to ask for permission.  For software which is
index 6d0d0625fe9027dc0204b0842923246a9b6aabd5..c42afa9bb056cff20d7d0ce3e7d86e8bdd8f5583 100644 (file)
@@ -235,4 +235,3 @@ uninstall: $(foreach target,$(CFG_TARGET), uninstall-$(target))
 # Disable unnecessary built-in rules
 .SUFFIXES:
 
-
index 94087f026c3d73137741448ace343c4bcc889800..6b2cb9d91a882aab7b2cde3cdf809847e87595f9 100644 (file)
@@ -43,4 +43,3 @@ pub fn execute(options: Options, config: &Config) -> CliResult<Option<()>> {
     Ok(None)
 }
 
-
index ee53ebe8cb8ab404111132ac4dda1034e98ca0e2..cc72b74111a9b2f2f6014117d50dfd8066ee3acd 100644 (file)
@@ -52,4 +52,3 @@ pub fn execute(options: Options, config: &Config) -> CliResult<Option<()>> {
     })
 }
 
-
index 38bb4ae41c6bd09574a60a9dfd9a49350c0822b2..74cf39e2e3796ba1465d31eb04271e494d07b0d1 100644 (file)
@@ -57,4 +57,3 @@ pub fn execute(options: Options, config: &Config) -> CliResult<Option<()>> {
     Ok(None)
 }
 
-
index 54c0dd36bcfcccbe9bd39c524ba1be9c9da42546..924cfb6365e142111f3e12739320880a14bae23e 100644 (file)
@@ -92,4 +92,3 @@ pub fn execute(options: Options, config: &Config) -> CliResult<Option<()>> {
     })
 }
 
-
index d5322eb55a57623c6f9230e9d673ec8e3650183d..e672898a3a5ab516585243f5ae8ce5abd356270f 100644 (file)
@@ -52,5 +52,3 @@ pub fn execute(options: Options, config: &Config) -> CliResult<Option<()>> {
     Ok(None)
 }
 
-
-